home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_1
/
easyprocess
/
source
/
dragon
/
makefile
< prev
Wrap
Makefile
|
1992-09-07
|
365b
|
26 lines
#
# Compile the program.
#
LAUNCH_DIR = source:launch
LAUNCH_LIB = $(LAUNCH_DIR)/launch.lib
DRAGON_DIR = source:dragon
Dragon: Dragon.o $(LAUNCH_LIB)
blink <with <
FROM lib:c.o Dragon.o
TO Dragon
LIB $(LAUNCH_LIB) lib:lcr.lib
SMALLCODE
SMALLDATA
NODEBUG
<
Dragon.o: Dragon.c Dragon.h DragonGad.h
$(LAUNCH_LIB):
cd $(LAUNCH_DIR)
lmk
cd $(DRAGON_DIR)